home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / aplic / 2sync / 2SyncSetup.exe / modules / fd / panel / scripts / DefineButton2_97 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-03-20  |  186 b   |  4 lines

  1. on(press){
  2.    startDrag("../","0","0","0","800" - (getProperty("../xRight", _X) - getProperty("../yTop", _X)),"600" - (getProperty("../yBottom", _Y) - getProperty("../yTop", _Y)));
  3. }
  4.